2003-01-27  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn_simple.c: Cleanup.

2002-12-18  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: Quick hack to get sound working in artsd.

2002-11-15  Peter O'Gorman <ogorman@users.sourceforge.net>

	* configure.in, Makefile.in: Upped version for release on 11/17, include LICENSE in
	the distribution.

2002-11-11  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c, dlfcn_simple.c, Makefile.in, README, configure.in, dlopen.3.in: Ran indent
	on the source code, changed an error message. Make make dist work, changed cvs 
	instructions in README, added a man page from freebsd.
	
2002-11-10  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c, AUTHORS, LICENSE, Makefile.in, configure.in, dlfcn.h: Updated LICENSE to
	add myself to the copyright, sugegsted by Max, fixed a bug in declatation order,
	thanks to fjf, added AUTHORS file.

2002-11-8  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: Patch from Max Horn applied. Fixes some path issues, and code cleanup.


2002-10-29  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: Lookup the NSAddImage etc stuff that was added in OS 10.1, so that the
	binary can be used on 10.0. It may or may not work, don't have a 10.0 system to
	try it.

2002-10-23  Peter O'Gorman <ogorman@users.sourceforge.net>

	*dlfcn.c: Moving things around.

2002-10-14  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfnc.c: bugfixes

2002-09-29  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c, README, TODO, dlfcn_simple.c: Added /usr/local/lib to the default search 
	paths, updated README file, and TODO, added some comments to dlfcn_simple.c, and 
	removed the #if FINK_BUILD stuff from it, it is meant as an example, no need to go
	confusing it.

2002-09-25  Peter O'Gorman <ogorman@users.sourceforge.net>
	
	* dlfcn.c: fixed quite a few thinko's in last commit.

2002-09-22  Peter O'Gorman <ogorman@users.sourceforge.net>
	* fink.mk,dlfcn.c,dlfcn_simple.c: Modified fink.mk to call make -f fink.mk
	for debug builds, addded searching dependent libraries to fix a problem where
	kate.so wouldn't be launched because it contains no symbols, the _main symbol
	actually appears in one of it's dependant libs. Added dlfcn_simple.c as an example
	of what to do to add dlopen(3) functionality to apps, I don't want people using the
	mess that is dlfcn.c as their basis. The code I added to dlfcn.c still needs work,
	and lots of it.

2002-08-27  Peter O'Gorman <ogorman@users.sourceforge.net>

	* fink.mk: Keep fink happy.

2002-08-27  Peter O'Gorman <ogorman@users.sourceforge.net>

	* Makefile, README: Removed any and all finkisms.

2002-08-22  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c, Makefile: Prepend the underscore by default for dlsym.

2002-07-31  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.h: Duh, protect the header from being included twice.	

2002-07-02  Peter O'Gorman <ogorman@users.sourceforge.net>

	* Makefile: Made Makefile bsdmake compatible.

2002-07-02  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c, dlfcn.h, LICENSE, Makefile, README: Noted bug reports go to
	me and not Jorge.

2002-06-30  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c dlfcn.h: First attempt at adding dladdr

2002-06-09  Peter O'Gorman <ogorman@users.sourceforge.net>

	* README: added some notes
	* dlfcn.c: Format changes, small bugfix.
	
2002-06-06  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: I broke finks xemacs, now fixed.

2002-05-27  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: I really should read specs instead of making assumptions.
	dlopen(NULL,x) opens the _global_ context, not the application context.
	Fixed. Made dlsym_prepend_underscore work with stupidly long 
	symbol names.

2002-05-23  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: When opening a bundle for the second time, reuse the
	dlstatus struct from the previously closed version. Removed some
	debugging routines.
	* README: Minor update

2002-05-18  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: Fixed my last "fix". Thanks to Darin Ohashi again.

2002-05-15  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: Fixed bug reported by Darin Ohashi. dlopen a bundle
	close it, and dlopen same bundle again fails.

2002-05-07  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: Changes on 2002-05-01 broke dlopen self, now fixed.

2002-05-05  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: Better error reporting (I hope)
	* Makefile: New debug target, from vasi.

2002-05-01  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: When doing dlsym on dylibs, only check for the 
	symbol in the lib that was passed.

2002-04-23  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: fixed warnings when building with gcc3.

2002-04-17  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: modified dlsym_auto_underscore so it doesn't set the 
	error on the first call.

2002-04-16  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: added dlsym_auto_underscore on Justin's request.

2002-04-13  Max Horn  <max@quendi.de>

	* dlfcn.c: added dlsymIntern (like dlsym but for internal use); changed 
	dlopen/dlclose to use dlsymIntern, to prevent some border case problems.

2002-04-11  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: Added function dlsym_prepend_underscore for ease of
	porting packages which expect to be able to call
	dlsym(module,symbol) without a leading underscore, those package
	maintainers can now add -Ddlsym=dlsym_prepend_underscore to the
	CFLAGS and the package should just work, I hope

2002-03-23  Max Horn  <max@quendi.de>

	* dlfcn.c: changed 'enum bool' to int to fix a problem with newer
	systems

2002-03-22  Peter O'Gorman <ogorman@users.sourceforge.net>

	* README: Updated README

2002-03-22  Peter O'Gorman <ogorman@users.sourceforge.net>

	* .cvsignore, dlcompat.info, dlfcn.c, dlfcn.h, LICENSE, Makefile,
	README, TODO, dltest.fs, test/.cvsignore, test/Makefile,
	test/README, test/dltest.c, test/libbar.c, test/libfoo.c,
	test/runtest.sh: Initial revision
